/*电脑*/
@media screen and (min-width:1180px){

	.nabl{
		width:182px;height:auto;float:left;
		font-size: 170px;
		font-weight: bold;
		color: rgb(243,241,242);
		writing-mode: tb-rl;
		height: 100%;
		overflow: hidden;
		line-height: 182px;
		position: relative;
	}

	#fy1{
		width:950px;
		float: left;
	}

	#fy2{
		width:950px;
		height: auto;
		font-size: 13px;
		line-height: 30px;
		padding-top: 10px;
	}

}

/*手机*/
@media screen and (max-width:1180px){
	
	.nabl{
		width:182px;height:auto;float:left;
		display: none;
	}

	#fy1{
		width:100%;
	}

	#fy2{
		width:100%;
		height: auto;
		font-size: 13px;
		line-height: 30px;
		padding-top: 10px;
	}

	#fy2 img{
		width: 100% !important;
		height: auto !important;
	}


}